home *** CD-ROM | disk | FTP | other *** search
- function loadClasses( pathNOF ) {
- for (var i=1; i < arguments.length; i++) {
- document.writeln('<script language="javascript" src="' + pathNOF + arguments[i] + '.js"></script>');
- }
- }
-
- loadClasses("../lib/",
- "innovative/IS",
- "innovative/menu",
-
- "nof/NOF",
- "nof/ProgId",
- "nof/App",
- //"nof/Site",
- //"nof/Page",
- "nof/Session",
- "nof/NOFSettings",
- "nof/Event",
- //"nof/AppComponent",
-
- "nof/io/IO",
- "nof/io/Writer",
- "nof/io/File",
-
- "nof/util/UTIL",
- "nof/util/ArrayList",
- "nof/util/Exception",
- "nof/util/Locale",
- "nof/util/Validator",
- "nof/util/PropertyResourceBundle",
- "nof/util/ResourceBundle",
- "nof/util/DefaultLocale",
- "nof/util/HexUtils",
- "nof/util/ObjectDumper",
-
- "nof/util/logging/LOGGING",
- "nof/util/logging/Level",
- "nof/util/logging/LogRecord",
- "nof/util/logging/Filter",
- "nof/util/logging/Formatter",
- "nof/util/logging/Handler",
- "nof/util/logging/Logger",
- "nof/util/logging/ConsoleHandler",
- "nof/util/logging/XMLFormatter",
-
- "nof/html/HTML",
- "nof/html/App",
- "nof/html/Window",
- "nof/html/Document",
-
- "nof/xml/XML",
- "nof/xml/XmlDocument",
- "nof/xml/XmlHttp",
-
- "nof/ui/UI",
- "nof/ui/TabbedMenu",
- "nof/ui/Dialog",
-
- "nof/text/TEXT",
- "nof/text/MessageFormat",
- //"nof/text/NumberFormat",
- //"nof/text/DateFormat",
-
- "nof/net/NET",
- "nof/net/HttpRequest",
- "nof/net/HttpResponse",
- "nof/net/Http",
- //"nof/net/Ftp",
-
- "nof/dialogs/DIALOGS",
- "nof/dialogs/FileDlg",
- "nof/dialogs/ColorChooserDlg",
- "nof/dialogs/StatusDlg",
- "nof/dialogs/ProgressDlg",
- "nof/dialogs/BrowserDlg",
- "nof/dialogs/SiteDlg",
- "nof/dialogs/Messages"
-
- );
-
- loadClasses("../Update/lib/",
- "UpdatesEvents",
-
- "nof/update/UPDATE",
- "nof/update/Updater",
- "nof/update/UpdateOptions",
-
- "nof/update/html/HTML",
- "nof/update/html/CurrentUpdateEditor",
- "nof/update/html/PreviousUpdatesEditor",
- "nof/update/html/UpdatesMainWindow",
- "nof/update/html/UpdateApp"
- );
-